Matthias Clasen [Tue, 9 Mar 2010 05:52:26 +0000 (00:52 -0500)]
fix file permissions
Matthias Clasen [Tue, 9 Mar 2010 05:12:57 +0000 (00:12 -0500)]
Add some more annotation to the DND api
Matthias Clasen [Tue, 9 Mar 2010 04:56:43 +0000 (23:56 -0500)]
Fix file chooser refcounting issues
This was reported in bug 600992.
Matthias Clasen [Tue, 9 Mar 2010 02:34:17 +0000 (21:34 -0500)]
Add missing colons
Christian Dywan [Tue, 9 Mar 2010 02:22:54 +0000 (21:22 -0500)]
Document the use of NULL in gtk_window_set_transient_for
This fixes bug 611319.
Matthias Clasen [Tue, 9 Mar 2010 01:59:27 +0000 (20:59 -0500)]
Minor doc clarification for gdk_drag_begin
Mention that targets is a list of atoms. Bug 611317.
Javier Jardón [Wed, 3 Mar 2010 20:49:33 +0000 (21:49 +0100)]
Don't use GTK_WIDGET_STATE in internal code anymore
Use gtk_widget_get/set_state() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Matthias Clasen [Tue, 9 Mar 2010 01:14:37 +0000 (20:14 -0500)]
Remove obsolete translator comments
Reported in bug 611217
Matthias Clasen [Tue, 9 Mar 2010 00:59:24 +0000 (19:59 -0500)]
Add accessible alternatives to entry icon functionality
Inspired by the complaint in bug 611051.
Matthias Clasen [Tue, 9 Mar 2010 00:21:32 +0000 (19:21 -0500)]
Add introspection annotations to gtk_drag_(source|dest)_set
Also move docs inline at the same time. Bug 610905.
Ryan Lortie [Mon, 8 Mar 2010 17:11:33 +0000 (12:11 -0500)]
Update release HOWTO
- 'cvs' -> 'git'
- gnome-hackers is now closed. Reply-to: desktop-devel-list instead.
Matthias Clasen [Mon, 8 Mar 2010 16:25:26 +0000 (11:25 -0500)]
Don't scroll to insert after middle-click paste
Patch by Ignacio Casal Quinteiro, bug 612119.
Matthias Clasen [Mon, 8 Mar 2010 15:36:11 +0000 (10:36 -0500)]
Fix an infinite loop in gtk_dialog_map()
The new focus handling with links in labels tripped up the code
that tries to avoid focussing labels. Bug 612066
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:41:52 +0000 (11:41 +0100)]
Updated LowGerman translation
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:37:14 +0000 (11:37 +0100)]
Updated LowGerman translation
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:37:04 +0000 (11:37 +0100)]
Updated LowGerman translation
Alexander Shopov [Mon, 8 Mar 2010 05:02:00 +0000 (07:02 +0200)]
Updated Bulgarian translation
Michael Natterer [Sun, 7 Mar 2010 11:15:33 +0000 (12:15 +0100)]
gtk: remove begin-user-action/end-user-action around copying
Copying to the clipboard is not a buffer mutation, so calling
gtk_text_buffer_begin_user_action() and _end_user_action() is only
confusing apps which connect to these signals in order to build undo
stacks or otherwise track buffer changes. Most likely, these apps
either didn't notice the bugus undo step or simply work around it.
Jennie Petoumenou [Sun, 7 Mar 2010 05:56:23 +0000 (06:56 +0100)]
Updated Greek translation.
Jennie Petoumenou [Sat, 6 Mar 2010 23:07:43 +0000 (00:07 +0100)]
Updated Greek translation.
Claude Paroz [Sat, 6 Mar 2010 14:22:12 +0000 (15:22 +0100)]
Updated French translation
Javier Jardón [Sat, 6 Mar 2010 12:17:56 +0000 (13:17 +0100)]
Don't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()
Javier Jardón [Sat, 6 Mar 2010 12:13:01 +0000 (13:13 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 6 Mar 2010 12:01:58 +0000 (13:01 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 6 Mar 2010 11:29:26 +0000 (12:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 6 Mar 2010 11:02:21 +0000 (12:02 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
Use new API instead: gtk_widget_set_mapped ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 6 Mar 2010 10:51:33 +0000 (11:51 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
Use new API instead: gtk_widget_set_realized ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 6 Mar 2010 10:29:31 +0000 (11:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
Use new API instead: gtk_widget_set_has_window ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Daniel Nylander [Fri, 5 Mar 2010 23:26:05 +0000 (00:26 +0100)]
Updated Swedish translation
Daniel Nylander [Fri, 5 Mar 2010 23:24:37 +0000 (00:24 +0100)]
Updated Swedish translation
Joanmarie Diggs [Fri, 5 Mar 2010 06:48:23 +0000 (14:48 +0800)]
Add/Remove ATK_STATE_SENSITIVE according to cells' state.
Bug #569042.
Patrick Bernaud [Fri, 5 Mar 2010 04:34:16 +0000 (05:34 +0100)]
Move documentation to inline comments: GtkPlug
https://bugzilla.gnome.org/show_bug.cgi?id=611707
Signed-off-by: Javier Jardón <jjardon@gnome.org>
Steven Harms [Thu, 4 Mar 2010 18:21:16 +0000 (13:21 -0500)]
Move documentation to inline comments: GtkVBox
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611831
Fran Diéguez [Thu, 4 Mar 2010 23:25:31 +0000 (00:25 +0100)]
Update Galician translation
Friedel Wolff [Thu, 4 Mar 2010 10:35:33 +0000 (11:35 +0100)]
Update Afrikaans translation
Li Yuan [Thu, 4 Mar 2010 08:30:00 +0000 (16:30 +0800)]
Return FALSE in signal handlers to make the signals be propagated
Bug #611686.
Steven Harms [Wed, 3 Mar 2010 23:35:45 +0000 (18:35 -0500)]
Move documentation to inline comments: GtkVSeparator
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662
Steven Harms [Wed, 3 Mar 2010 23:21:56 +0000 (18:21 -0500)]
Move documentation to inline comments: GtkVScrollbar
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611658
Gabor Kelemen [Wed, 3 Mar 2010 23:34:04 +0000 (00:34 +0100)]
Updated Hungarian translation
Steven Harms [Wed, 3 Mar 2010 21:39:29 +0000 (16:39 -0500)]
Update gtkvscale documentation for in code comments. Removed template document
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 22:19:47 +0000 (23:19 +0100)]
Updated Basque language
Javier Jardón [Wed, 3 Mar 2010 22:03:13 +0000 (23:03 +0100)]
Add version info about the deprecation of GTK_WIDGET_SENSITIVE
This completes the patch of
commit
64f526d34e1adc609944078e2fea38b2792f8230
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 21:43:01 +0000 (22:43 +0100)]
Updated Basque language
Javier Jardón [Tue, 2 Mar 2010 06:16:02 +0000 (07:16 +0100)]
Deprecate widget flag: GTK_WIDGET_REALIZED
Use gtk_widget_get_realized() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Tue, 2 Mar 2010 04:19:28 +0000 (05:19 +0100)]
Deprecate widget flag: GTK_WIDGET_MAPPED
Use gtk_widget_get_mapped() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:51:31 +0000 (15:51 +0100)]
Updated LowGerman translation
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:24:51 +0000 (15:24 +0100)]
Updated Low German translation
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:21:42 +0000 (15:21 +0100)]
Updated Low German translation
Kjartan Maraas [Wed, 3 Mar 2010 12:51:43 +0000 (13:51 +0100)]
Updated Norwegian bokmål translation
Javier Jardón [Wed, 3 Mar 2010 01:37:17 +0000 (02:37 +0100)]
Fix gtk_widget_is_sensitive() function. Second try
Use GTK_PARENT_SENSITIVE flag instead
gtk_widget_get_sensitive(widget->parent)
Gabor Kelemen [Tue, 2 Mar 2010 23:56:00 +0000 (00:56 +0100)]
Updated Hungarian translation
Javier Jardón [Tue, 2 Mar 2010 17:24:21 +0000 (18:24 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_SHOW_ALL)
Javier Jardón [Tue, 2 Mar 2010 16:54:16 +0000 (17:54 +0100)]
Fix gtk_widget_is_sensitive() function
The bug was introduced in
commit
a27d5a2c9eba7af5b056de32ff9b2b4dd1eb97e1
Javier Jardón [Tue, 2 Mar 2010 06:58:05 +0000 (07:58 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
Use new API instead: gtk_widget_set_can_default ()
Javier Jardón [Tue, 2 Mar 2010 03:40:38 +0000 (04:40 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
Use new API instead: gtk_widget_set_can_focus ()
Gabor Kelemen [Mon, 1 Mar 2010 23:29:40 +0000 (00:29 +0100)]
Updated Hungarian translation
Petr Kovar [Mon, 1 Mar 2010 19:12:54 +0000 (20:12 +0100)]
Update Czech translation
Javier Jardón [Mon, 1 Mar 2010 17:24:28 +0000 (18:24 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_SENSITIVE)
Javier Jardón [Mon, 1 Mar 2010 17:14:05 +0000 (18:14 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_DOUBLE_BUFFERED)
Use new API instead: gtk_widget_set_double_buffered ()
Javier Jardón [Mon, 1 Mar 2010 16:41:37 +0000 (17:41 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
Use new API instead: gtk_widget_set_receives_default ()
Javier Jardón [Sat, 27 Feb 2010 03:10:17 +0000 (04:10 +0100)]
Deprecate widget flag: GTK_WIDGET_PARENT_SENSITIVE
Use gtk_widget_get_sensitive() on the parent widget instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Mon, 1 Mar 2010 06:47:38 +0000 (07:47 +0100)]
Deprecate widget flag: GTK_WIDGET_VISIBLE
Use gtk_widget_get_visible() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Mon, 1 Mar 2010 03:21:41 +0000 (04:21 +0100)]
Deprecate widget flag: GTK_WIDGET_HAS_FOCUS
Use gtk_widget_has_focus() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Mon, 1 Mar 2010 04:58:37 +0000 (05:58 +0100)]
Deprecate widget flag: GTK_WIDGET_SENSITIVE
Use gtk_widget_get_sensitive() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 27 Feb 2010 04:55:12 +0000 (05:55 +0100)]
Don't use GTK_WIDGET_NO_WINDOW in internal code anymore
Use gtk_widget_get_has_window() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Sat, 27 Feb 2010 04:24:24 +0000 (05:24 +0100)]
Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE
Use gtk_widget_is_sensitive() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Javier Jardón [Thu, 7 Jan 2010 15:47:35 +0000 (16:47 +0100)]
Deprecate widget flag: GTK_WIDGET_DRAWABLE
Use gtk_widget_is_drawable() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
Mario Blättermann [Sat, 27 Feb 2010 19:33:02 +0000 (20:33 +0100)]
Updated German translation
Nils-Christoph Fiedler [Fri, 26 Feb 2010 12:56:29 +0000 (13:56 +0100)]
Updated LowGerman translation
Nils-Christoph Fiedler [Fri, 26 Feb 2010 12:41:30 +0000 (13:41 +0100)]
Updated LowGerman translation
Florian Müllner [Thu, 25 Feb 2010 20:28:39 +0000 (21:28 +0100)]
Add introspection annotation for gtk_builder_get_object
Nils-Christoph Fiedler [Thu, 25 Feb 2010 18:30:59 +0000 (19:30 +0100)]
Updated LowGerman translation
Piotr Drąg [Thu, 25 Feb 2010 13:32:38 +0000 (14:32 +0100)]
Updated Polish translation
Piotr Drąg [Thu, 25 Feb 2010 12:50:21 +0000 (13:50 +0100)]
Updated Polish translation
Leonid Kanter [Thu, 25 Feb 2010 11:57:08 +0000 (13:57 +0200)]
Update Russian translation
Leonid Kanter [Thu, 25 Feb 2010 11:56:15 +0000 (13:56 +0200)]
Update Russian translation
Nils-Christoph Fiedler [Thu, 25 Feb 2010 11:44:26 +0000 (12:44 +0100)]
Updated LowGerman translation
Duarte Loreto [Thu, 25 Feb 2010 02:43:25 +0000 (02:43 +0000)]
Updated Portuguese translation
Duarte Loreto [Thu, 25 Feb 2010 02:30:32 +0000 (02:30 +0000)]
Updated Portuguese translation
Khaled Hosny [Wed, 24 Feb 2010 19:18:37 +0000 (21:18 +0200)]
Updated Arabic translation
Bruce Cowan [Wed, 24 Feb 2010 16:40:46 +0000 (16:40 +0000)]
Updated British English translation
Matej Urbančič [Wed, 24 Feb 2010 14:32:09 +0000 (15:32 +0100)]
Updated Slovenian translation
Nils-Christoph Fiedler [Wed, 24 Feb 2010 11:47:20 +0000 (12:47 +0100)]
Updated LowGerman translation
Nils-Christoph Fiedler [Wed, 24 Feb 2010 11:39:51 +0000 (12:39 +0100)]
Updated LowGerman translation
Alexander Shopov [Wed, 24 Feb 2010 05:18:26 +0000 (07:18 +0200)]
Updated Bulgarian translation
Gintautas Miliauskas [Tue, 23 Feb 2010 22:04:14 +0000 (00:04 +0200)]
Updated Lithuanian translation.
Gintautas Miliauskas [Tue, 23 Feb 2010 22:02:51 +0000 (00:02 +0200)]
Updated Lithuanian translation.
Ask H. Larsen [Tue, 23 Feb 2010 21:17:20 +0000 (22:17 +0100)]
Updated Danish translation
Ask H. Larsen [Tue, 23 Feb 2010 21:14:45 +0000 (22:14 +0100)]
Updated Danish translation
Matthias Clasen [Tue, 23 Feb 2010 20:53:03 +0000 (15:53 -0500)]
Bump version
Matthias Clasen [Tue, 23 Feb 2010 20:50:45 +0000 (15:50 -0500)]
2.19.6
Jorge González [Tue, 23 Feb 2010 20:51:30 +0000 (21:51 +0100)]
Updated Spanish translation
Matthias Clasen [Tue, 23 Feb 2010 20:14:28 +0000 (15:14 -0500)]
Updates
Matthias Clasen [Tue, 23 Feb 2010 19:12:54 +0000 (14:12 -0500)]
Some forgotten docs
Matthias Clasen [Tue, 23 Feb 2010 19:03:46 +0000 (14:03 -0500)]
Add some missing docs
Matthias Clasen [Tue, 23 Feb 2010 19:00:13 +0000 (14:00 -0500)]
doc fixes
Jorge González [Tue, 23 Feb 2010 19:01:06 +0000 (20:01 +0100)]
Updated Spanish translation
Matthias Clasen [Tue, 23 Feb 2010 18:57:47 +0000 (13:57 -0500)]
Add 2.20 index for gdk docs
Matthias Clasen [Tue, 23 Feb 2010 18:07:23 +0000 (13:07 -0500)]
Init gdk in the same order as other backends
Patch by Andre Draszik, bug 609172
Matthias Clasen [Tue, 23 Feb 2010 18:06:44 +0000 (13:06 -0500)]
Fix a memory leak in gdk_display_open in the directfb backend
Patch by Andre Draszik, bug 609172